From: Keir Fraser Date: Wed, 18 Mar 2009 11:51:30 +0000 (+0000) Subject: fs-backend.c misses the unistd.h include for read() and write(). X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~13992^2~42 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=655d4f2e583720ab4827df1e3b7b8dfea5c180c1;p=xen.git fs-backend.c misses the unistd.h include for read() and write(). Signed-off-by: Stefan Berger --- diff --git a/tools/fs-back/fs-backend.c b/tools/fs-back/fs-backend.c index 79da8212be..9ae791b692 100644 --- a/tools/fs-back/fs-backend.c +++ b/tools/fs-back/fs-backend.c @@ -1,4 +1,5 @@ #undef NDEBUG +#include #include #include #include